#status_list {
    position: absolute;
	margin: 1.12%;
	margin-left: 2%;
    left: -0.5%;
    top:96.02%;
    width: 14.05%;
	display: flex;
    height: 0.9%;
    float:left;
}

.status {
    padding: 0%;
    flex: auto;
    border: 2px solid rgba(0, 0, 0, 0.5);
	background-color:#696969;
    height: 100%;
	opacity: 0.9;
}

.status_inner {
    padding: 0%;
    background-color: #696969;;
    height: 100%;
}

.status_val {
    height: 100%;
}
body {
    overflow:hidden;
}
